'Declaration Public Delegate Function ThemeItemIterate(Of T)( _ ByVal themeItem As ThemeItem, _ ByVal callbackData As T _ ) As System.Boolean
public delegate System.bool ThemeItemIterate<T>( ThemeItem themeItem, T callbackData )
Parameters
- themeItem
- callbackData
Type Parameters
- T